Paste HTML, PHP Source Code in Blog Comments Using Plugin

Google Buzz
Paste HTML, PHP Source Code in Blog Comments Using Plugin

Sometimes we need to put source code to show the author some example for an issue or may be Author needs to put the source code to explain the solution. In case there is no availability of forum on the blog then the communication takes place thru comments section only. To provide the source code thru comments, the author of the blog may use Wordpress plugin named “Source Code in Comments.

Allowed Memory Size Of xxxxxx Bytes Exhausted on Wordpress Page

Google Buzz
Allowed Memory Size Of xxxxxx Bytes Exhausted on Wordpress Page

Recently, we got a message like “Allowed memory size of xxxxxxxx bytes exhausted” on Internet Techies sitemap page. We found out that this error was due to the fact that our PHP code generated for that page was crossing the allocated memory limit on the server. You could refer this solution if you get the same error.

Solution for Wordpress WP-Options Issue – Database Upgrade Required

Google Buzz
Solution for Wordpress WP-Options Issue – Database Upgrade Required

If your blogging platform is Wordpress and your webpage is redirecting to a page where you are getting a message as “Database upgrade required” even if your wordpress and database is up to date then read the instruction provided below to resolve the issue.
This is a problem related with a table named as “WP_Options” of Wordpress database. The wp_options table contains some general information related to the blog which appears in the setting tab of admin. It also contains some information about the plug-in installed for the blog.