WordPress 3.3 “Sonny” released

WordPress announced release of the new version 3.3 named “sonny” and is now available for download. There are hundreds of modifications in 3.3 version from the last 3.2. For general users and for developers too. You can upgrade wordpress to 3.3 from dashboard or by downloading it directly from wordpress.org

How to replace a word in whole database using php

In this post you will learn how to change or replace a word in the database using php. To replace a word in whole db using php, follow these steps (php code file attached too): How to replace something in mysql database using php 1. Copy this code and save it as a .php file […]

Fatal error: Call to a member function get_var() on a non-object in – Solved

I was writing a WordPress plugin and encountered an error saying: Fatal error: Call to a member function get_var() on a non-object in ……. on line …. The code was clear and short and didn’t have any such bugs to cause fatal errors. However, there was something missing which caused this error. To solve this […]

WordPress 3.3 about to release

Yesterday WordPress announced WordPress 3.3 beta 4 after covering alot of bugs and issues in the 3.3 beta 3. Currently, there are only 6 active issues in the wordpress trac for wp 3.3. Which means that wordpress 3.3 final release should be available for download within a few days. However, as this release has many […]

Allow numbers/digits only in input box using Javascript

Sometimes we need users to enter only digits / numbers in the input fields (e.g in zip code field) in our forms. In this article you will learn how to restrict any form input field to enter digits or numbers only using javascript. Although this can be by passed in some cases, but it still […]

Nabtron interviewed by Bloggerine

Well this post is just to boast about Nabtron being interviewed by Blogerrine.com . To be honest, I didn’t know about this project by 3 Pakistani students (Emaar Kasbati, Azeemullah and Ramsha Afaq )before they approached me. But their work is great. Ya I know I might get biased coz they interviewed me obviously, so […]

Facebook not sending Security code via sms

Recently facebook has introduced a feature of receiving a security code to your cell phone via sms when someone tries to login to your facebook account from an unknown location. However, there have been issues regarding facebook not sending the security code via sms. I’ve not only experienced it myself, but alot of visitors has […]

How to post a job on Odesk (video)

I was asked by one of the fellow about: how to post a job on odesk if I’m working as a contractor on odesk ? This post will try to guide you about how you can switch to company profile and post a job on odesk as a company while you’re registered and logged in […]

How to delete a group in buddypress (wordpress)

BuddyPress is an awesome WordPress plugin that I’m using on one of my bloggers related site: PakBloggers.com But unfortunately, people are so fond of spam, and same thing happens on it alot. So I needed to delete a few fake and spam created groups in buddypress but took me a while to figure out how […]

How to prevent others from rewriting your blog post

I’m not exactly sure about the percentage, but I assume that 99% of the content is just rewritten. People subscribe to or visit regularly popular and original blogs and once they publish a new post, suddenly the whole world has either copied it to their blog, spinned or rewritten it. Well talking about the copying […]