Google friend connect is not showing up when using firefox or chrome.. how to fix it?

10. January 2010
i was having same problem, and fixed it with this simple code which i added in Header.php file.   <script>window.JSON = { parse: function(st){  return st.evalJSON(); }, stringify: function(obj){  return Object.toJSON(obj); }};</script>

Tips n Tricks

How to add no follow rel for comments in wordpress ?

9. January 2010
You need to look at my code and edit your code accordingly, before that please read post carefully and create a backup of file functions.php 1.Open the functions.php file in ur current theme and put these code within php tags. What it will do: 1. Will add ‘no follow’ as rel in url , if comment contains any url. 2. Will ad ‘exter... [More]

Tips n Tricks