Connect with me

Latest Tweets

Category Archives: Wordpress

WordPress Permalink Without Using GUID

Sometimes we have a need of pretty link instead of default link …. Default link is http://mavendeveloper.com/?p=3 pretty link is http://mavendeveloper.com/2010/08/sub-domain-not-working-in-wordpress-3-0-or-wpmu/ if you are in loop the below code works well: get_permalink($post->ID); but sometimes getting pretty link is impossible when … Continue reading

Posted in Wordpress | Leave a comment

Subdomain issue (wp3/wpmu)

I came across a situation, Everything was fine … wordpress 3.0  was installed properly but i was unable to create sub domain for wordpress for example : wordpress.mavendeveloper.com or jobs.mavendeveloper.com or extjs.mavendeveloper.com or iphone.mavendeveloper.com or any other such sub domain … Continue reading

Posted in Featured, Wordpress | 2 Comments

Converting WP To WPMU

Converting WordPress To WordPress MU is Simple What i think about converting from WP to WordPress MUsimply requires fews steps: 1) backup your WP DB . 2) fresh Install MU and let MU create Tables for You… the tables it … Continue reading

Posted in Featured, Wordpress | Tagged , , , , | 2 Comments


What is difference between managed and backing beans?

Although general convention is to use one Managed beans per JSF page/fragment, but managed beans can be used with multiple pages.  But Backing Bean can be only used for single page/fragment. Normally, Managed Bean is desired to have Pageflow scope, … Continue reading