Saturday, November 29, 2008

Remove Posts (Atom)

  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find &
Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom).

Friday, November 28, 2008

Writing / Dislpaying HTML/XML Code in blog

Download Software
Click Here.

Widget : Link List in Drop Down

Add Link List as a widget to your blog in layouts with name "my list"
Goto Layouts -> Edit HTML -> Expand Widget.
Search for "my list"
Find Following Code Just Below this.
<b:includable id='main'> ( Do Not Delete this Code)

Starting from Just Below this Code Delet code,
Delete Upto Code
</b:widget>

place this code after ( <b:includable id='main'> )


<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<select onchange='location=this.options[this.selectedIndex].value;' style='width:200px'>
<option>Naruto Chapters</option>
<b:loop values='data:links' var='link'>
<option expr:value='data:link.target'><data:link.name/>
</option>
</b:loop>
</select>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

save and exit.

Thursday, November 27, 2008

COD cd Keys

s/n: 4WHH-TDXE-43XX-TT4T-013E
s/n: UDED-3UEY-2283-GPU3-D125
s/n: SPPD-2ETS-KSYD-SGS2-3C1D 
s/n: X8PH-UU2X-K23Y-EYXU-A925
s/n: 22W2-GDWK-DPXW-HK2G-DE6C
s/n: KTUP-8HGG-X4X2-82K8-3613 
s/n: THSP-4GX2-YWW4-EDT4-84E1
s/n: EK4P-DDTE-E2DE-GW8P-E953

Wednesday, November 26, 2008

table of contents

You can see the whole post published in this blog here.
To see full table of content click the link below(It make take few moments)


Custimese Search on Google

Show Post Title First at Search Engines results Page

One thing you may have noticed that at search engines pages.That is your Blog Title comes First and The Post Title comes after the post title.Its not fair and doesn't seems so cool.Therefore we have brought you a cool Blogger Hack that shows your Blog Posts Title First in the search Engine results.We got this code at archit.To start customizing your search Engine follow the steps that follow below.

Goto blogger Edit Html Page( Sign in--> Dashboard--> Layout --> Edit Html) and search for the following code.

<title><data:blog.title/></title>

If you didn't find the above code then search for this Code.

<title><data:blog.pageTitle/></title>

Now Replace that code with the following code.

<!-- Blogger Swap Title by Archit T at http://blog.archit.in -->
<b:if cond='data:blog.pageType == "item"'>
<title>
<data:blog.pageName/> | <data:blog.title/>
</title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<!-- End of Blogger Swap Title by Archit T at http://blog.archit.in -->
Now save your Template and see the snapshot below.


Enjoy!

Display Only Titles on Label Page

Sometimes We Just Want Our Posts to be displayed, as someone click on a label, But do we really want our complete posts to be displayed on single page. This is How it is, all realted posts are completely displayed. It creates to major problems:-
1) Page become heavy and takes time to load when label has 20 post related to it.
2) Visitors are not able to read all the titles, they may need to read.
3) Most Important. You may loose your Click. When visitors found all post on single page.

Step1

Search for the following code in your Template.


<b:include data='post' name='post'/>

Step 2

Replace the above code from step 1 with the follow lines of code.



<b:if cond='data:blog.homepageUrl
!= data:blog.url'>
<b:if cond='data:blog.pageType != "item"'>
<h3 class='post-title'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<b:else/>
<b:include data='post' name='post'/>
</b:if>

Step 3

Save you Template. If you liked this post then please leave a comment
on us or Subscribe to us.

Hope you have a Good day.

Friday, November 14, 2008

Widget : Related POsts

If Your Template Support Related Post Enter This Code in HTML.

<script type="text/javascript">
removeRelatedDuplicates();
printRelatedLabels();
</script>

Thursday, November 13, 2008

Add Continue Reading To Blog

If you're using Blogger, this is a great little hack that will allow you to have what's called an "Expandable Post Summary" on your home page.

Continue reading links are great because they
  1. Shorten your pages.
  2. Allow readers to choose an article they'd like to read.

How to do continue reading Entries in Blogger

There are three steps to accomplishing this task.

Part 1 - Placing coding in the "Head" Tag.


1. Click Here to copy the code below.

Continue Reading Blogger

2. Paste the code from the above box into Notepad or Word.

3. Go to your Blogger Edit Html Area.

3A. How to get to the Blogger Edit Html Area

3-1. Go to the create a post section.
3-2. Then click the layout tab.
3-3. Then click the Edit Html button right under the layout tab.

3B. Be sure to check the expand widget templates box!

3-1. Where can I find the expand widgets templates box?

3a. Just above the boxed in HTML
3b. On the far right side.

4. In your Edit HTML Box find the tag.

4A. How to find the "head" tag.

4-1. On your keyboard hold down the ctrl key and hit the "F" key.
4-2. In the find box type in and hit the next button.

5. Copy and paste the code in notepad just above the tag.


*Keep this page open for the next step!*


Part 2 - Placing coding "data:post.body" tag.


1. Click here to copy the code below.

Continue Reading Blogger

2. Paste the code from the above box into Notepad or Word.

3. In your Edit HTML Box find the tag.

3A. How to find the "data:post.body" tag.

3-1. On your keyboard hold down the ctrl key and hit the "F" key.
3-2. In the find box type in and hit the next button.

4. Copy and paste the code in notepad just below the tag.


*SAVE your Template*

Part 3 - Placing code into the post itself.


1. Copy the code from the box below



2. Paste the code from the above box into your blog post.
3. "First part of your post" - Seen on front page
4. "Rest of Entry goes here" - Seen after you click Continue Entry.

Part 4 - In Closing

I will be making a video on how to do this soon. If you really need help with installing this into your own site, feel free to comment this post and let me know. I would be more than happy to help you install the continue reading blogger or just totally do it for you.

Wednesday, November 12, 2008

LCD became green.....

Two weeks ago, i left my laptop on for whole night and then for day, next day when i was watching some video, green color fluctuated once, and after some time it turned into totally green, Next morning i went to HP service Center, Person there said that LCD Screen has been damaged, he said it happens when someone gives weight on its back. But i didnt rmember any incidence when someone did that. I thought it was just because of OverHeating. The HP man said screen would cost me around Rs 12000 to change if it is out of warrenty. I left without service, because my laptop was out of warrenty. Other reason was my first experience with HP Service center, he told me the cost approx triple than actual cost for Heat sink fan, which i found very less aftre trying some other places and Internet. So i left this time to try on other sites.

when i came home, after some days it started working again, I was just given time to make my complete backup of data. After that problem started again. Can Someone help me out of this problem. Because i dont think that lcd screen is damaged, there is some other problem, i dont know what. If lcd is damaged why it was fine for few days.????

Tuesday, November 11, 2008

Widget : Labels in Drop Down

Go to Layouts
Add widget Labels With Name MyLabels
Save Changes
Edit Html Code for template
Expand widgets

Search for My Lables
Replace Pink code Upto </b:widget>.

<b:widget id='Label2' locked='false' title='MyLabels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<br/>

<select onchange='location=this.options[this.selectedIndex].value;' style='width:200px'>
<option>Select Celebrity</option>
<b:loop values='data:labels' var='label'>
<option expr:value='data:label.url'><data:label.name/>
</option>
</b:loop>
</select>

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

Widget:: Recent Comments

Copy this Code to Your Blog.


<script style="text/javascript" src="http://kunoichi.info/blogger_buster/comments.js"></script><script style="text/javascript">var a_rc=5;var m_rc=true;var n_rc=true;var o_rc=100;</script><script src="http://eumine.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>

Change red word with your blog name.

Widget : Most Popular Posts

Copy this Code to HTML widget


<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol style="text-transform: capitalize;">');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ol>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1cf38ae68efbe859c4ba1ee239cec099&url=http%3A%2F%2Feumine.blogspot.com&num=10" type="text/javascript"></script>
<span style="font-size: 80%">Widget by <a href="http://www.scrapur.com">Blogger </a></span>

Change red word with your blog name

Widget: Recent Post

Copy this Code to Html Gadget


<script src="http://files.lifewg.googlepages.com/blogger-widget.js"></script><script>var numposts = 10; var showpostdate = false; var showpostsummary = false; var numchars = 100; </script> <script src="http://eumine.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script>



Change the red word with your blog name

Widget : Top Commentors

<script type="text/javascript">
function pipeCallback(obj) {
document.write('<ol>');
var i;
for (i = 0; i < obj.count ; i++)
{
var href = "'" + obj.value.items[i].link + "'";
var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
document.write(item);
}
document.write('</ol>');
}
</script>
<script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=720a4578c7b83dfce64615cb0ad3c642&url=http%3A%2F%2Feumine.blogspot.com&num=10&filter=ComputerFreak" type="text/javascript"></script>
<span style="gt;Widget by <a href="http://www.eumine.blogspot.com">Blogger Buster </a></span>



Note:- Change the Red word with your blog name.

Display Language Code on Blog

if You Wan to display code on blog Just copy this Code:-


<form id="CopyPasteForm" name="CopyPasteForm">
<textarea name="CopyPasteData" rows="6" cols="75">
Your Code here....
</textarea>
</form>