Monday, November 19, 2007

How to post Javascript in blogger

You have faced trouble in posting Javasripts in blogger. The simple solution is to use & lt; and & gt; instead of < and >. Hope this will help you...

Friday, November 16, 2007

Blogger template - Blackberry with three columns

Hi all, Here is the view of the new template BLACKBERRY created by me. You can click on the image and download it and enjoy blogging... You need to find and change this header picture url http://bpk1985.googlepages.com/head2.gif into which ever pic you want...
Blackberry

Tuesday, November 13, 2007

Recent Comment Widget for Blogger

Here is the script for Recent Comments widget. You can edit the things which are bold. Also replace the feed url in bold into yours own website comment feed url...

<script style="text/javascript" src="http://bpk1985.googlepages.com/rc.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://praveen03.blogspot.com/feeds/comments/default?alt=json-in-script&callback=showrecentcomments"></script>
Have any doubt, ask me now....

Thursday, November 8, 2007

Recent Posts Widget for Blogger

Here is the script for Recent Posts widget. You can edit the things which are bold. Also replace the feed url in bold into yours own website post feed url...

<script type="text/javascript" src="http://bpk1985.googlepages.com/showrecentposts2.js"> </script><script type="text/javascript"> var numposts = 5;var showpostdate = true; var showpostsummary = true;var numchars = 100; var standardstyling = true;</script><script type="text/javascript" src="http://praveen03.blogspot.com/feeds/posts/default?0rderby=published&alt=json-in-script&callback=showrecentposts"&gt; </script>

Have any doubt, ask me now....