BSK Zoho Campaigns

Description: The plugin may hlep you add contacts to Zoho Campaigns mailing list. For more about Zoho Campaigns you may read from http://www.zoho.com/campaigns/ . It is easy to use. Once the plugin activated there will have a widget for you to add to your site. If users entered their email address and click submit then [...]

Read more>>

BSK PDF Manager

The plugin help you manage your PDF documents in WordPress. You may upload by categories and display by caregories or show one special PDF document.

Read more>>

BSK Easy Permalink

Sometime you need show another posts’ or pages’ link into your post. You will met trouble if you write doen the links directly. The plugin will help you easily.

Read more>>

WordPress change current user password don’t clear cookie

In WordPress you have two choices to change users’ password. But if you use wp_set_password it will clear the cookies so means the current user will be signout. The following method won’t clear cookie and change password directly.

Read more>>

only alow numbers and dot

If you have a currency field in your form then you may wang only allow numbers or dot input. The jQuery may help you on this easily.

Read more>>

Add comma to numbers every three digits using jQuery and PHP

Somethime you need add comma as separating numbers into three digits. When you show an European currency you need use this also. The follow will tell you how to do it in PHP and jQuery.

Read more>>

How to access __PHP_Incomplete_Class object ?

If you unserialize an object of a class that hasn’t been included yet then you will get a __PHP_Incomplete_Class object. A PHPIncompleteClass object can’t be accessed directly, but if you call the following function it will help you.

Read more>>

How to diable/enable dropdown select element?

For some case you need diable or enable a html element such as select. Following codes tell you how to do it, both javascript and jQuery codes are here.

Read more>>

Only show author’s posts in admin dashboard panel instead of all posts panel

May be you have several authors into your blog but you would like to only show the posts of the specific logged in author. Although an author sees all posts and can only edit/change his/her own posts but if others can be hidden then it is great.

Read more>>

WordPress Uncaught exception ‘Exception’ with message ‘Serialization of ‘SimpleXMLElement’

In WordPress there is a function of “simplexml_load_string”, with it you may load a remote XML file easily. But some time you will met Uncaught exception ‘Exception’ with message ‘Serialization of ‘SimpleXMLElement’ . The post tell you how to get remote XML file and how to resolve the exception.

Read more>>