Adding Facebook Like button on Website is as easy as 1-2-3

I was using a Plugin for Facebook Like button. It was working but not correctly. I cannot add comment using that. Only Like functionality was working. I tried to fix that was cannot. Recently I tried to get code directly from Facebook and it is very easy to setup.
For… READ MORE

Website Optimization plugin: Ordering Stylesheet and Javascript

Here I have discussed about one of many ways of Website Optimization and a Wordpress plugin that helps in achieving the optimization tips discussed here.
Did you ever read about Website Optimization of website/blog through ordering styles and Scripts in head section? If you like your website load in browser… READ MORE

Window 7 bug: Full brightness after power saving mode

I faced this problem few times in power saving mode. Earlier I was not sure when I encounter this problem. But today I got the problem exactly when I encounter this problem.
When power goes off and my window 7 (win7) goes to power saving mode due to that and… READ MORE

Enable Multiple Account Sign-up in Google

Do you maintain multiple Google’s accounts. One for work and one for home or One for general stuff and another for very important work like Google cart, payment and other stuff. If you maintain multiple account then you may be using two browser sometimes just for keeping up with multiple… READ MORE

Web Browser IE is Up, Firefox and Chrome is down

In recent two consecutive months, IE has gained market share whereas Firefox and Chrome browser has lost market share in web browser usage world wide. This seems unrealistic considering Chrome and Firefox hype about fastness, secure and other features among youngsters. For Internet Explorer, June and July, 2010 has been… READ MORE

Google Apps for Government

Google has introduced Google Applications for Government. This is currently available only for United States. Google Apps for Government will be same as you know the Applications but it will come with extra security. It will be hosted separately and not with the general one.
Google Applications is the first… READ MORE

Wordpress Plugins: Used or tested, but deleted recently

This is just a something something post. You may know that I have recently deleted the W3 Total cache plugin and with that changed the CDN used. In the process, I faced some problem and this Wordpress: Blank page post was related to that experience.  A problem I faced was… READ MORE

Solution to Wordpress Blank Web Pages without error Display

Are you getting blank pages on Wordpress without any error displaying on web browser? I got this error when I have deactivated the W3 Total Cache and with that removed subdomain used as cdn. Therefore, I have shifted all the media files to normal upload directly. In the process I… READ MORE

PHP + CURL: Get Returned Content Mime Type

Did you ever tried to get mime type of the returned content in CURL! I was writing a small application for something and thought to know the Content-Type (mime type) of the response data returned by CURL’s exec(). Before thinking of anything else, I habitually started Goggling and found this… READ MORE

Compressing CSS Files on the Fly

Compression can be done using Apache or PHP settings. If you are not using those two methods and using this method of clearing cached CSS file on Client side then the code below by Reinhold Weber can be useful.
Using the below method for trimming whitespace and comments may not… READ MORE