0

How to install wordpress in RHEL-Red Hat/Fedora Linux?

Posted by Joys of Programming on in Linux

WordPress is an online publishing / weblog package that makes it very easy, almost trivial, to get information out to people on the web.(as described by yum info) Let’s first search for the package Note that you must be the root/administrator to install the package. To install this package in Red Hat/Fedora Linux. You can [...]

Tags: , , , ,

 
0

How to install wordpress in Ubuntu/Linux?

Posted by Joys of Programming on in Linux

WordPress is a full featured web blogging tool: * Instant publishing (no rebuilding) * Comment pingback support with spam protection * Non-crufty URLs * Themable * Plugin support(dpkg package description) To install this package in Ubuntu, To know more about this package, you can use dpkg

Tags: , ,

 
0

XMLRPC: demo.addTwoNumbers

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

With demo.sayHello, you saw how to make use of wordpress XMLRPC functions. But demo.sayHello doesn’t take any parameters as arguments. To show how to pass arguments, let’s explore demo.addTwoNumbers. It takes two integers as arguments and returns a response which is the sum of the two numbers As you see, that we pass two numbers. [...]

Tags: , ,

 
0

XMLRPC: blogger.getUsersBlogs

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.getUsersBlogs can be used to get the blogs of the User. It takes the following parameters appkey: ignored (pass some blank value) username, password, The program is something like this On executing It returns various information like whether the user is an admin of the blog, the URL of the blog owned, the blog name

Tags: , , ,

 
0

XMLRPC: blogger.getUserInfo

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.getUserInfo is used to get the information of a user. WordPress XMLRPC supports it It takes the following parameters appkey: ignored (pass some blank value) username, password, Let’s take a look at the program On executing the program It gives all the details of the user like first name, last name, nickname, user ID and [...]

Tags: , , ,

 
0

XMLRPC: blogger.getRecentPosts

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

blogger.getRecentPosts can be used to get the recent posts. All you need is to specify the count. It is part of the Blogger API and can be accessed using WordPress XMLRPC. It takes the following parameters appkey: ignored (pass some blank value) blogid (It’s not used) username, password count The following program illustrates this On [...]

Tags: , , ,

 
0

XMLRPC: blogger.editPost

Posted by Joys of Programming on in PHP, Wordpress, XML-RPC

With XMLRPC, you can blogfrom any Desktop clients like BloGTK. WordPress XMLRPC also supports blogger API. blogger.editPost helps you to edit the contents of a post blogger.editPost takes six parameters appkey: ignored (pass some blank value) postid: the post to be edited, username, password, content, to publish or not The following PHP program shows how [...]

Tags: , , ,

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.