12:23pm January 27th, 2008 By pejantankuda
But here, I'll provide a cool ReadMe style that can expand and collapse fastly without having to load another page.
Want to see quick example? click the '[+]ReadMore...' link at the bottom side of this article !
(And don't forget to get back here...!) :D
How's your opinion? Cool, isn't it?
Okey, now I'll explain how to make it. Hopefully you understand my word. :)
First, just click the ReadMore link below!
- Login into your blogger account
- Choose menu Layout > Edit HTML
- Before continuing, I advise you to first backup your template by downloading your complete template.
- Mark the Expand Template Widget checkbox
- Now, copy the following JavaScript code into your template HTML code just right before/above the </head> tags
<script src='http://www.geocities.com/kendhin_x/blog/Readmore.js'
type='text/javascript'/> - Search HTML tags below inside your template window
<div>
or any <div> tag just right before the following tags:<p><data:post.body/></p>
in case of my blog's template, the tag are like these:<div>
<p><data:post.body/></p> - Change that tags (the <div> tag) so it become like this:
<div expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
or in case of my blog's template, looks like this:<div expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'> - Now add some other code just below the
<p><data:post.body/></p> tags
it will look like this:<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Selengkapnya...</a></p>
</span>
<span>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Ringkasan...</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if> - If you follow the steps from number 1-8, the whole code will look like below:
<div expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Selengkapnya...</a></p>
</span>
<span>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+/-] Ringkasan...</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if>
or in case of my blog's template, look like this:<div expr:id='"post-" + data:post.id'>
<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
<b:else/>
<style>#fullpost {display:none;}</style>
<p><data:post.body/></p>
<span>
<p><a expr:onclick='"javascript:showFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[+] ReadMore...</a></p>
</span>
<span>
<p><a expr:onclick='"javascript:hideFull(\"post-" + data:post.id + "\");"' href='javascript:void(0);'>[-] Hide This!</a></p>
</span>
<script type='text/javascript'>checkFull("post-" + "<data:post.id/>")</script>
</b:if> - Now, save your template
- Make a post template by going to the Setting>Formatting menu, add the following code into the "Post Template" textbox
<span>
</span> - Save your setting.
- Now, if you create new post, the summary post must be placed above
<span>
and the rest of your post must be placed below
<span> tag. - Finished!
No comments | Leave a comment
10:22am January 19th, 2008 By pejantankuda
What is Technorati?
Technorati is an Internet search engine for searching blogs, competing with Google, Yahoo and IceRocket. As of December 2007, Technorati indexes over 112 million weblogs.(http://en.wikipedia.org/wiki/Technorati)
Here are the simple step to add your blog to Technorati:
- Join/SignUp Free Technocrati account here, provide a valid email address because you will need it for verification.
- After Signing UP, submit your blog's URL
- Choose the blog claim method, there are two options, the first option: you can verify your blog claiming by providing your blog's account password, and the second option: by creating a post that include some code/link verification.
- Customizing your blog's info in Technocrati.
Technorati Profile
Okay, that's all. I hope the Technocrati Guy will soon arrived here and accept my blog claim!
:)
No comments | Leave a comment
6:30am January 16th, 2008 By pejantankuda
Before doing this,let me say what are sitemaps and how they will help us.The reason we use them is,they will help google bot to crawl,index pages of your site and tell you if there are any problems when they try to index it.It also helps you to know,how many pages exactly are indexed,and what people searched in the search engine to visit your site.
Now here are the detailed procedure on how to submit your blogger sitemap to google.
1. First,go to google webmaster tools and sign in with your gmail account.
2. After you logged in, you will see this asking you to add a site.


Next,


5. Copy the metatag.

No comments | Leave a comment
2:29am January 12th, 2008 By pejantankuda
No comments | Leave a comment



