Speed up Google +1 button javascript by 10 times

Google plus one button has become important for almost every website these days but do you remember what Google says about speed? Yeah it says its one of the factor for search engine ranking. Unfortunately the code generated by Google for the google plus one button is too slow! In this post you’ll be learning […]

Error while connecting to amazon ec2 via ftp – solution

I haven’t used amazon elastic compute cloud (amazon ec2) for my own websites but recently got a project in which the client was hosting his website on amazon servers. Fair enough, I was given the ftp and database access credentials but when I tried logging into ftp using filezilla ftp client I got this error: […]

iPhone 5 release date

There are no official words from Apple about the release date of iPhone 5 though but there are guesses and rumors about the expected iphone 5 release date. Well, won’t go into much mystery, much hype about the iphone 5 release date is for October 15th. Now again, this is just a rumor and iphone […]

Add custom css to WordPress Admin panel

Not sure if you’ve noticed it or not, I’m a huge fan of Font Family “Lucida Grande” and really wanted my wordpress admin dashboard to have this font family instead of the current ones. Well achieving this is fairly simple. Either if you want to change the font family of wordpress admin backend or to […]

Feedburner Awareness API Full documentation link not working – Google Bugs

So developers, did you find the bug in feedburner awareness api documentation link? Well I was having some ideas about utilizing google feedburner api in couple of ways by coding some applications, activated the awareness API and when clicked on the Full documentation link . . . Fail (epic!) It took me to a login […]

How to permanently delete Facebook messages

Just received an sms from a friend asking: How to completely delete messages from fb :s So the blogger within me woke up and I thought why not tell you about this too! This post will explain to you how to permanently delete facebook messages. When you simply click the cross to the right of […]

FIR lodged against Google Pakistan Administrator over protecting terrorists

Google have been denying requests of providing data to security agencies of Pakistan to fight against terrorism and to find out more about terrorists. Pakistani security agencies have started legal actions against Google Pakistan and have filed a First Information Report against Google Pakistan administrator for protecting the terrorists. Google claims to help governments in […]

Google protecting Terrorists in Pakistan – News

Google a popular search engine and a web service provider (ya we all know that) has denied to give information that might help the intelligence agencies to track down terrorists in Pakistan. It’s not sure why google is protecting terrorists. Just to show unimportance of Pakistan to their system or because their initial funding source […]

How to print javascript Object

While debugging a code it’s useful to print or alert the data stored within an object. By using the code below you can print the data inside the object. You can also save it as a variable and use it your own way like saving it or loading it inside a specific div or an […]