Archive for the ‘Wordpress’ Category

An Unexpected HTTP Error occurred during the API request

Sunday, January 31st, 2010

Recently i am facing this error while searching a plugins on a wordpress admin dashboard.After do some googling this may be arise during the plugins i have installed recently.The cause of error is too long in the process of requesting the API plugin in the wordpress server so that the operation timed out.

What I have should to do is increase the wordpress timeout limits of requests.Go to wp-includes folder in your wordpress installation and edit http.php file over there.I am using Filezilla to do this.

(more…)

How to using Smileys in Wordpress

Sunday, January 24th, 2010

Smileys also knows as emoticons.Text smileys are created by typing two ore more punctuation marks.You can use it on your post.By default Wordpress automatically converts text smileys to graphic images.Or you can check it at your Admin Panel. (more…)

Web publishing system for mathematical documents

Saturday, January 16th, 2010

phpmath

With PhpMathPublisher, you can publish mathematical documents on the web by using only a php script (no latex programs on the server, no mathml…).

The method

each formula is transformed into image by a php script which returns the corresponding html code.

Advantages for the visitors

the web pages created by PhpMathPublisher can be displayed by all the current browsers.
The visitor does not have anything to install on his system: neither fonts, nor plugins… (more…)

How to align center text or image

Friday, January 15th, 2010

Use a  HTML code below

<div align=”center”>TEXT OR IMAGE</div>

Wordpress updates to 2.9.1

Tuesday, January 5th, 2010

The latest stable release of WordPress (Version 2.9.1) is available for updates and download now.This release fixes several minor issues, and the bugs which caused problems with scheduling posts and pingbacks.You can download WordPress 2.9.1 from here or use the automatic upgrade feature to upgrade from the your admin dashboard.