<script src="http://www.lawnydesigns.com/feeds/posts/default?alt=json-in-script&callback=numposts"></script>
<script src="http://www.lawnydesigns.com/feeds/comments/default?alt=json-in-script&callback=numcomments"></script>
in the code above we have asked blogger to return our JSON feed to two javascript functions named
numcomments
and numposts
so now we will create those two functions to print out the total post and comments countContinue reading »