Blogging

Out of the box Google Adsense supports Responsive Websites and it’s very easy to use

Today we launched a redesigned version of coziie.com with responsive design support – now the website sports an uniform look and feel across all devices. The layout of the website automatically adjusts depending on the resolution of the device from which you are browsing and eliminates ugly zoom in/outs required for navigation. To see the …

Out of the box Google Adsense supports Responsive Websites and it’s very easy to use Read More »

Why I replaced Facebook Comments with Disqus on Tech Dreams

A month ago when Tech Dreams was using default WordPress commenting system, spam comments went totally uncontrollable all of sudden. Akismet, the spam protection system for WordPress comments, was unable to filter spam effectively and that resulted flooding in moderation queue. I had to spend hours cleaning up the spam and carefully approving valid comments. …

Why I replaced Facebook Comments with Disqus on Tech Dreams Read More »

How to display Facebook fan page Like count in WordPress blog

If you want to display your blog’s Facebook fan page like count as text, simply add the following code in your theme files <?php $data = json_decode(file_get_contents(“https://graph.facebook.com/techdreams”)); echo $data->likes; ?> Don’t forget to replace techdreams with name or id of your Facebook fan page.

How To Configure Google Analytics To Track Page Load Times Of Your Blog

Google gives lots of importance to websites/blogs that load faster and quickly serves the pages. For every webmaster it’s important to keep track page load times of their websites and blogs. Google recently introduced a new feature in Google Analytics to track page speed and get detailed information on performance of the sites. However the …

How To Configure Google Analytics To Track Page Load Times Of Your Blog Read More »

Hackers Gain Admin Access To WordPress.Com And Several VIP Blogs Like TechCrunch, CNN, TED And CBS

Looks like there is a bit of crisis in WordPress house. Hackers gained root access to several WordPress.com servers as well as the VIP blogs hosted by WordPress like TechCrunch, CNN Blogs, TED Blogs, etc. The root access permits users to access each and every file stored on the system and that includes source code …

Hackers Gain Admin Access To WordPress.Com And Several VIP Blogs Like TechCrunch, CNN, TED And CBS Read More »