1. Go to this site http://www.pyzam.com/bloggertemplates.
2. Click any kind of template you want.
3. Once you've done, choose preview the template. If you satisfied with the template, click Get Code.
4. Now, follow the instruction beside the code.
More than words
Simple words from me. A good tuto is not about nice and sweet. Its about simplicity and understanding. Think about it!
Wednesday, 22 June 2011
How to put a WISHLIST at your blogspot?
1. Copy this code first.
<form name=myform> <input type="checkbox" name="mybox" value="YOUR WISH" checked />YOUR WISH <br /> <input type="checkbox" name="mybox" value="YOUR WISH" checked />YOUR WISH <br /> <input type="checkbox" name="mybox" value="YOUR WISH" checked />YOUR WISH <br /> <input type="checkbox" name="mybox" value="YOUR WISH" disabled />YOUR WISH <br /> </form>
2. Login to Blogspot. Go to Design and click Page Elements. Next, click add gadget and choose HTML/JAVA SCRIPT.
3.Then, please edit the code that i've highlighted above with your new wish. Such as, Nikon D5000 , Albert Einstein's book, Brad Pitt's poster, and so on. ALSO!! edit the code that i've highlighted with green colour.If you already have the things that you wish to, just type 'checked'. If not, just edit with 'disabled' words.
For example:
<form name=myform> <input type="checkbox" name="mybox" value="NIKON D5000" checked />NIKON D5000 <br /> <input type="checkbox" name="mybox" value="ALBERT EINSTEIN'S BOOK" disabled />ALBERT EINSTEIN'S BOOK <br />
4. You may choose any title you want and now, click save.
Friday, 17 June 2011
How to create Follow Button using Cute Icon?
1. Copy this code first.
<a href="http://www.blogger.com/follow-blog.g?blogID=YOUR BLOG ID NUMBER" target="_blank"><img src="PICTURE URL" border="0"></a>
2. Login to Blogspot. Go to Design and click Page Elements. Next, click add gadget and choose HTML/JAVA SCRIPT.
3.Paste the codes and ignore the title.Before you save, please EDIT the code that i've highlighted above.
Blog id=12345678(to view the blog id, click new post , and the blog id is shown above)
For example,
http://www.blogger.com/post-create.g?blogID=1234567890
Picture's URL (to find the url, you may use google )
*Click google, type any image that you want. Now, click search.Then, right click the image that you like. Now, choose 'COPY IMAGE URL' . Paste at the picture URL above.
4. Now, click Save, and done!:)
How to put a note below your entry?
1.Copy this codes.
<hr/><center>YOUR NOTE</center><hr/>
2. Login to blogspot, and click design. Next, follow the instruction below.
3. Then, press cntrl+f (at your keyboard). Search this word <data:post.body/> . Paste the codes below the code that you found just now.
For example:
<data:post.body/>
<hr/><center>YOUR NOTE</center><hr/>
4. Please edit the code that i've highligted above with your own note.
5.Click preview. If you satisfied with this tool, you may save.:)
How to create 'Energy Saving Mode' on your blog?
1. Copy this code first.
<script src='http://www.vincentcheung.ca/jsencryption/jsencryption.js' type='text/javascript'></script><script type="text/javascript">if (window.jstiming) window.jstiming.load.tick('headEnd');</script>
<!-- save your energy --><script language='javascript' src='http://www.onlineleaf.com/savetheenvironment.js' type='text/javascript'></script><!-- save your energy end --><script type='text/javascript'></script><script type='text/javascript'></script>
2. Login to Blogspot. Go to Design and click Page Elements. Next, click add gadget and choose HTML/JAVA SCRIPT.
3.Paste the codes and ignore the title.
4. Now, click Save, and done!:)
Thursday, 16 June 2011
How to put snow at your blogspot?
1. Copy this codes. ( choose ONE of them)
BLACK snow
<script type="text/javascript" src="http://www.yourjavascript.com/03441140321/snow-black.js"></script>
WHITE snow.
<script type="text/javascript" src="http://www.yourjavascript.com/14104214083/snow-white.js"></script>
2. Login to Blogspot. Go to Design and click Page Elements. Next, click add gadget and choose HTML/JAVA SCRIPT.
3.Paste the codes and ignore the title.
4. Now, click Save, and done!:)
How to Disable Right click? (Prevent copy cat)
1. Copy this code.
<script language="JavaScript">
<!--
var message="NO COPY CAT ARE ALLOWED!!!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return false")
// -->
</script>
2. Login to Blogspot. Go to Design and click Page Elements. Next, click add gadget and choose HTML/JAVA SCRIPT.
3. BEFORE you save, please edit the code that i've highlighted above. Put any words that you like to appear when copy cat occurs.
4. Now, click Save, and done!:)
Subscribe to:
Posts (Atom)