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 […]

Why are adsense ads so ugly ?

I’m not trying to comment on Google or adsense system as a whole, but seriously, the ads are ugly! I am using them on my blogs too, to generate some income, but this don’t change the fact that they’re not good looking. The ads can easily be modified to be more attractive or customized. Google […]

Web hosting Pakistan

We’ve launched web hosting services at: NinHost for some time now but now announcing special package for people of Pakistan. We’re offering cloud hosting with blazing fast servers with already very reasonable rates – and now with much more discount to the people of Pakistan. Web hosting Pakistan Nabtron is aiming for web hosting Pakistan’s […]

How to get wordpress current page url – permalink

Developers or bloggers using WordPress might need to get WordPress current page url to use it somewhere in their website code, theme or plugin, etc. The url can either be used in theme for permalink or for any other reason in functions file or a plugin (sharing plugin for example). How to get WordPress current […]