Jokes »

[By: Kedar Sapkota | 13 Oct 2011 | No Comment | 207 views]

A man wrote a letter to a technical support because of having a software problem . Dear Tech Support Team: … Last year I upgraded from Girlfriend 5.0 to Wife 1.0. I soon noticed that the new program began unexpected child- processes that took up a lot of space and valuable resources. In addition, Wife 1.0 installed itself into all other programs and now monitors all other system activities.
Applications such as BachelorNights 10.3, Cricket 5.0, CoffeeWithBuddies 7.5, and Outings 3.6 no longer runs, crashing the system whenever selected. I can’t …

Google, Tech News »

[By: Kedar Sapkota | 12 Oct 2011 | No Comment | 562 views]

A set of five Google-coloured clay balls spring to life on Google’s home page as a tribute to Arthur ‘Art’ Clokey, a pioneer in the art of stop motion clay animation.
October 12 is Art Clokey’s 90th birth anniversary. Born on October 12, 1921 Clokey’s birth name was Arthur C Farrington. After his parents divorced and his mother remarried, his step-father sent him to an orphanage. He was later adopted by Joseph W Clokey, a musician who introduced him to the world of arts.
After graduating from University of Southern California, Clokey …

Problem & Solution, Wordpress »

[By: Kedar Sapkota | 12 Oct 2011 | No Comment | 389 views]

WP Plugin Development : Call to undefined function wp_mail()
 
WordPress Forum Link

Problem & Solution, Wordpress »

[By: Kedar Sapkota | 12 Oct 2011 | No Comment | 579 views]

“You do not have sufficient permissions to access this page ” error occurred when click on admin menu of setting. I have done the steps that you mentioned in various sites by searching in google but I can not solve this but Now I get it. I solved it.
Previously it looked like.
function contactnew_actions() {
add_options_page(“Contact New”, “Contact New”, 1, “contact new”, “contact_new_admin”);
}
Now I changed this to:
function contactnew_actions() {
add_options_page(“Contact New”, “Contact New”, 1, “contact-new”, “contact_new_admin”);
}
Or just removed the space on fourth parameter of add_options_page.This …

Joomla »

[By: Kedar Sapkota | 9 Oct 2011 | No Comment | 169 views]

How to change category of submitted extensions in Joomla Extensions Directory? When I was uploading my first ever Joomla Module to the Joomla Extensions Directory I forgot to select appropriate extension category.When I finished all form filing and submission process then I realize my problem then tried to change that modules category but I couldnot be able then I again submitted my module with choosing new appropriate category then I got same two modules in the listing.I do not know how to solve this problem.