<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bala-Krishna &#187; Wordpress Plugin</title>
	<atom:link href="http://www.bala-krishna.com/category/wordpress-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bala-krishna.com</link>
	<description>Web Developer &#38; Internet Marketing Consultant</description>
	<lastBuildDate>Sun, 21 Mar 2010 15:28:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Fix Wordpress Posts Missed Schedule Issue</title>
		<link>http://www.bala-krishna.com/how-to-fix-wordpress-posts-missed-schedule-issue/</link>
		<comments>http://www.bala-krishna.com/how-to-fix-wordpress-posts-missed-schedule-issue/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 09:58:52 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=725</guid>
		<description><![CDATA[

			
				
			
		
Word Press have missed schedule issue from 2.7 version onwards. Word Press post scheduling was working fine upto Â  2.6.5 version as many of users reported on web. Â You can schedule wordpress post to publish on a specified time. but when time comes post can not publish and shows missed schedule in the admin area. [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-fix-wordpress-posts-missed-schedule-issue/&title=How+to+Fix+Wordpress+Posts+Missed+Schedule+Issue&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-fix-wordpress-posts-missed-schedule-issue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-fix-wordpress-posts-missed-schedule-issue%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Word Press have missed schedule issue from 2.7 version onwards. Word Press post scheduling was working fine upto Â  2.6.5 version as many of users reported on web. Â You can schedule wordpress post to publish on a specified time. but when time comes post can not publish and shows missed schedule in the admin area. Â According to WP guys, this is not the issue that Word Press guys can fix. This issue comes when your web server can not properly execute wp-cron process. Â New wordpress wp-cron method run wp-cron in separate process that rely on web server configuration. Everytime Word Press loads it looks for wp-cron whether it should be run or not based on the time it was last run.</p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2010/03/wordpress-missed-schedule-issue.png"><img class="aligncenter size-full wp-image-729" title="wordpress-missed-schedule-issue" src="http://www.bala-krishna.com/wp-content/uploads/2010/03/wordpress-missed-schedule-issue.png" alt="" width="258" height="79" /></a></p>
<p>Here are some reason that prevent Word Press to run wp-cron correctly.</p>
<ul>
<li>Server doesn&#8217;t have DNS, and so it can&#8217;t figure out who &#8220;example.com&#8221; is, even though it is *itself*.</li>
<li>Server administrators, in a misguided attempt at security, have blocked &#8220;loopback&#8221; requests, so it can&#8217;t actually make a call back to itself.</li>
<li>Server is running something called &#8220;mod_security&#8221; or similar, which actively blocks the call due to brain-dead configuration.</li>
</ul>
<p>There is simple to complex workaround to solve this issue. This problem automatically fix when your server is configured to run wp-cron properly but it require server root access and extensive server administration knowledge. So server configuration method is simply not for everyone to use. There is simple workaround to fix this issue that force wordpress to run wp-cron using alternative method that does not rely on web server configuration. To fix the issue add below line in the wp-config.php file. This line can be add anywhere in the wp-config.php file.</p>
<pre class="brush: php;">
define(â€˜ALTERNATE_WP_CRONâ€™, true);
</pre>
<p>This should restore wordpress schedule functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-fix-wordpress-posts-missed-schedule-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Run PHP5 at 1and1.com Linux Account</title>
		<link>http://www.bala-krishna.com/how-to-run-php5-at-1and1-com-linux-account/</link>
		<comments>http://www.bala-krishna.com/how-to-run-php5-at-1and1-com-linux-account/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 19:35:18 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=697</guid>
		<description><![CDATA[

			
				
			
		
1&#38;1 Linux hosting still support PHP4 as default php processor for .php files. To run PHP5 you need to rename .php file as .php5 file. But it is hard to rename all application files at once.  You can use PHP5 in your account by following simple steps below:

Create a .htaccess file or edit .htaccess [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-run-php5-at-1and1-com-linux-account/&title=How+to+Run+PHP5+at+1and1.com+Linux+Account&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-run-php5-at-1and1-com-linux-account%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-run-php5-at-1and1-com-linux-account%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>1&amp;1 Linux hosting still support PHP4 as default php processor for .php files. To run PHP5 you need to rename .php file as .php5 file. But it is hard to rename all application files at once.  You can use PHP5 in your account by following simple steps below:</p>
<ul>
<li>Create a .htaccess file or edit .htaccess file if you application already using</li>
<li>Add below lines on the top on file content<br />
<em>AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</em></li>
<li>Upload .htaccess file to root folder of your hosting account.</li>
</ul>
<p>Done!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-run-php5-at-1and1-com-linux-account/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Share Count Button Wordpress Plugin</title>
		<link>http://www.bala-krishna.com/facebook-share-count-button-wordpress-plugin/</link>
		<comments>http://www.bala-krishna.com/facebook-share-count-button-wordpress-plugin/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:54:55 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=594</guid>
		<description><![CDATA[

			
				
			
		
Facebook introduced new facebook share count button that allow bloggers and website owners to add Facebook connect button with share count button easily.  This new button tool track your content on Facebook better. If you are running wordpress then you can add this button easily on WordPress blog using WordPress Facebook Share Count plugin. Wordpress [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/facebook-share-count-button-wordpress-plugin/&title=Facebook+Share+Count+Button+Wordpress+Plugin&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Ffacebook-share-count-button-wordpress-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Ffacebook-share-count-button-wordpress-plugin%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin.jpg"><img class="alignleft size-full wp-image-597" title="Facebook Share Count Wordpress Plugin" src="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin.jpg" alt="Facebook Share Count Wordpress Plugin" width="72" height="69" /></a>Facebook introduced new facebook share count button that allow bloggers and website owners to add Facebook connect button with share count button easily.  This new button tool track your content on Facebook better. If you are running wordpress then you can add this button easily on WordPress blog using WordPress Facebook Share Count plugin. Wordpress plugin provides detailed tracked data of shares in the admin area such as Share Counts, Like Counts, Comment Counts and Click Counts. You will have complete control over appearance and placement of the button through its admin interface. You can choose type of  Share button you would like to display, and location of the button.</p>
<p><strong>Screenshots</strong></p>
<p><strong><a href="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin2.jpg"><img class="alignleft size-medium wp-image-596" title="Facebook Share Count Wordpress Plugin" src="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin2-300x245.jpg" alt="Facebook Share Count Wordpress Plugin" width="300" height="245" /></a><br />
<a href="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin1.jpg"><img class="alignleft size-medium wp-image-595" title="Facebook Share Count Wordpress Plugin" src="http://www.bala-krishna.com/wp-content/uploads/2009/11/facebook-share-count-wordpress-plugin1-300x184.jpg" alt="Facebook Share Count Wordpress Plugin" width="300" height="184" /></a> </strong></p>
<div style="clear:both;"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/facebook-share-count-button-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Fix Wordpress MU Redirect Loop Installation Error</title>
		<link>http://www.bala-krishna.com/how-to-fix-wordpress-mu-redirect-loop-installation-error/</link>
		<comments>http://www.bala-krishna.com/how-to-fix-wordpress-mu-redirect-loop-installation-error/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 12:10:34 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Error Log]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=573</guid>
		<description><![CDATA[

			
				
			
		
I recently encounter this issue on my client wordpress mu blog.  When i open main blog page after installation an infinite loop occur and stop at dead end in Firefox. I searched a lot about this on wordpress forum. Surprising, issue is stated everywhere in the forums and blog but no solution was suggested.
Why Redirect Loop?
The issue [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-fix-wordpress-mu-redirect-loop-installation-error/&title=How+to+Fix+Wordpress+MU+Redirect+Loop+Installation+Error&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-fix-wordpress-mu-redirect-loop-installation-error%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-fix-wordpress-mu-redirect-loop-installation-error%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I recently encounter this issue on my client wordpress mu blog.  When i open main blog page after installation an infinite loop occur and stop at dead end in Firefox. I searched a lot about this on wordpress forum. Surprising, issue is stated everywhere in the forums and blog but no solution was suggested.</p>
<p><strong>Why Redirect Loop?</strong></p>
<p>The issue arise because database was not created during wordpress installation but word press config file was written. WordPress uses wp-config.php file to store database configuration.  If WordPress find this file in the  installation directory then no further installation procedure begin. WordPress now look at DB to load default blog but there is no table in the database. Again, control goes to install procedure but WordPress understand blog already installed because WordPress config file is present in root folder. Once again WordPress try to load blog from database and redirect loop occur.  I hope WordPress guys will fix this in future releases.</p>
<p><strong>The Fix</strong></p>
<p>The fix is very simple. Simply, rename or delete WordPress config file and re-install wordpress mu.  Make sure database user you are using during installation have sufficient permission to create and manipulate database tables.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-fix-wordpress-mu-redirect-loop-installation-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix WordPress RSS Feed XML Parsing Errors &#8211; XML or text declaration not at start of entity</title>
		<link>http://www.bala-krishna.com/fix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity/</link>
		<comments>http://www.bala-krishna.com/fix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:41:37 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=560</guid>
		<description><![CDATA[

			
				
			
		
Today, i  discovered that my blog feed was showing error in Firefox and other browsers.  This error comes if white space of empty line at the start of xml feed content. Your xml feed content should start with xml declaration without white space or empty line. Blank lines or white space can be introduced by [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/fix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity/&title=Fix+WordPress+RSS+Feed+XML+Parsing+Errors+&#8211;+XML+or+text+declaration+not+at+start+of+entity&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Ffix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Ffix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Today, i  discovered that my blog feed was showing error in Firefox and other browsers.  This error comes if white space of empty line at the start of xml feed content. Your xml feed content should start with xml declaration without white space or empty line. Blank lines or white space can be introduced by theme code, plugins, wordpress code or wordpress configuration file. A quick fix is check files you have recently edited.</p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2009/10/wordpress-rss-feed-error.gif"><img class="alignleft size-full wp-image-561" title="Wordpress RSS Feed Error" src="http://www.bala-krishna.com/wp-content/uploads/2009/10/wordpress-rss-feed-error.gif" alt="Wordpress RSS Feed Error" width="468" height="125" /></a></p>
<div style="clear:both;"></div>
<p><strong>How to Fix</strong></p>
<ul>
<li>Deactivate all plug-ins loaded and activate plug-in one by one to catch exact plug-in creating problem.</li>
<li>Try disabling wordpress cache plug-ins. Wordpress cache plugin don&#8217;t work well with some hosting.</li>
<li>Check your theme files, wp-config.php file for blank lines. It is hard and time consuming to check all wordpress core files. Thanks yo fiyaga for usefull wordpress plugin &#8220;<a rel="nofollow" href="http://wordpress.org/extend/plugins/fix-rss-feed/" target="_blank">Fix RSS Feed</a>&#8221; that automatically detect blank or white space in the wordpress core files.</li>
<li>Make sure to ping your feed in feedburner or similar service you are using.</li>
</ul>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/fix-wordpress-rss-feed-xml-parsing-errors-xml-or-text-declaration-not-at-start-of-entity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Highlight PHP Source Code in Wordpress Post</title>
		<link>http://www.bala-krishna.com/how-to-highlight-php-source-code-in-wordpress-post/</link>
		<comments>http://www.bala-krishna.com/how-to-highlight-php-source-code-in-wordpress-post/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 17:13:38 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sourcecode]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=350</guid>
		<description><![CDATA[

			
				
			
		
PHP Source Code Highlighter (syntaxhighlighter) Wordpress plugin allow you to post php code inside your wordpress post with syntax highlight and line number. The plugin preserve code formatting and do not encode character until you do manually.
Supports the following languages:
* C++ &#8212; `cpp`, `c`, `c++`
* C# &#8212; `c#`, `c-sharp`, `csharp`
* CSS &#8212; `css`
* Delphi &#8212; [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/how-to-highlight-php-source-code-in-wordpress-post/&title=How+to+Highlight+PHP+Source+Code+in+Wordpress+Post&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-highlight-php-source-code-in-wordpress-post%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fhow-to-highlight-php-source-code-in-wordpress-post%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://wordpress.org/extend/plugins/syntaxhighlighter/">PHP Source Code Highlighter (syntaxhighlighter)</a> Wordpress plugin allow you to post php code inside your wordpress post with syntax highlight and line number. The plugin preserve code formatting and do not encode character until you do manually.</p>
<p><strong>Supports the following languages:</strong></p>
<p>* C++ &#8212; `cpp`, `c`, `c++`<br />
* C# &#8212; `c#`, `c-sharp`, `csharp`<br />
* CSS &#8212; `css`<br />
* Delphi &#8212; `delphi`, `pascal`<br />
* Java &#8212; `java`<br />
* JavaScript &#8212; `js`, `jscript`, `javascript`<br />
* PHP &#8212; `php`<br />
* Python &#8212; `py`, `python`<br />
* Ruby &#8212; `rb`, `ruby`, `rails`, `ror`<br />
* SQL &#8212; `sql`<br />
* VB &#8212; `vb`, `vb.net`<br />
* XML/HTML &#8212; `xml`, `html`, `xhtml`, `xslt`</p>
<p><strong>How to Use Wordpress Syntax/Source Code Highlight Plugin</strong></p>
<p>This plugin do not add any button in the editor to wrap code automatically. Hope this feature will be added soon. You need to wrap you code within <strong> &lt;/strong&gt;add your php code here &lt;strong&gt;[/source code]</strong> tag.</p>
<p><strong>Download:</strong> <a href="http://downloads.wordpress.org/plugin/syntaxhighlighter.zip" target="_blank">http://downloads.wordpress.org/plugin/syntaxhighlighter.zip</a><br />
<strong>Live Demo/Screenshot:</strong> <a href="http://www.bala-krishna.com/how-to-clean-special-characters-from-php-string" target="_blank">http://www.bala-krishna.com/how-to-clean-special-characters-from-php-string</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/how-to-highlight-php-source-code-in-wordpress-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Beta 1 Out</title>
		<link>http://www.bala-krishna.com/wordpress-26-beta-1-out/</link>
		<comments>http://www.bala-krishna.com/wordpress-26-beta-1-out/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 10:34:42 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=346</guid>
		<description><![CDATA[

			
				
			
		
WordPress 2.6 Beta1 has been released for public. This version is sheduled to release in the middle of July. It has some new features.

Exciting Post Revisioning added to keep track of all your post history. You are now protected from accidental changes.
Added ability to change wordpress content directory location.
wp-config.php now can be move on out [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/wordpress-26-beta-1-out/&title=WordPress+2.6+Beta+1+Out&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-26-beta-1-out%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-26-beta-1-out%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://wordpress.org/wordpress-2.6-beta1.zip" target="_blank">WordPress 2.6 Beta1</a> has been released for public. This version is sheduled to release in the middle of July. It has some new features.</p>
<ul>
<li>Exciting Post Revisioning added to keep track of all your post history. You are now protected from accidental changes.</li>
<li>Added ability to change wordpress content directory location.</li>
<li>wp-config.php now can be move on out of your web root folder.</li>
<li>Ability to disable remote publishing.</li>
<li>Built-in word counting in the wordpress post editor.</li>
<li>Bulk delete, activate, and deactivate for plugins.</li>
<li>Check box range selection with shift-click.</li>
<li>Integrated TinyMCE 3.1.0.1, jQuery 1.2.6, jQuery UI 1.5 for better performance.</li>
<li>Drag-and-drop sortable galleries</li>
<li>Improved Manage Pages and Manage Categories admin pages.</li>
<li>Improved image editing dialog with newly added image customization features.</li>
<li>Google Gears implemented for static file caching</li>
<li><a onclick="javascript:urchinTracker ('/outbound/article/www.geniosity.co.za');" href="http://www.geniosity.co.za/musings/wordpress/wordpress-26-and-google-gears/"></a>SSL support for the Admin Panel</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/wordpress-26-beta-1-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 406 Not Acceptable Error Fix</title>
		<link>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix/</link>
		<comments>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix/#comments</comments>
		<pubDate>Thu, 22 May 2008 10:38:06 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[Business Talk]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Directory]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Window Application]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Widget]]></category>
		<category><![CDATA[wordpress error]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=332</guid>
		<description><![CDATA[

			
				
			
		
I just received &#8220;Not Acceptable Error while i tried to edit post in Word Press 2.5. Earlier, It was working fine but in the previous post i get annoying error when i tried to save and continue my article. But soon i realize cause of the error. Again, the error was due to apache web [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix/&title=Wordpress+406+Not+Acceptable+Error+Fix&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-406-not-acceptable-error-fix%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-406-not-acceptable-error-fix%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I just received &#8220;Not Acceptable Error while i tried to edit post in Word Press 2.5. Earlier, It was working fine but in the previous post i get annoying error when i tried to save and continue my article. But soon i realize cause of the error. Again, the error was due to apache web server mod-security rules <strong>SecFilterEngine On</strong>. The exact text of the error is &#8220;<strong>Error 406, Not Acceptable. An appropriate representation of the requested resource /wp-admin/post.php could not be found on this server.”</strong></p>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2008/05/notacceptable406-wordpress-error.jpg"><img class="aligncenter size-full wp-image-334" title="notacceptable406-wordpress-error" src="http://www.bala-krishna.com/wp-content/uploads/2008/05/notacceptable406-wordpress-error.jpg" alt="" width="500" height="77" /></a><br />
Here is the quick fix the error:</p>
<ol>
<li>Download .htaccess file from your root directory or create one if not exist.</li>
<li>Add following Line in .htaccess file.</li>
<li><strong>&lt;IfModule mod_security.c&gt;<br />
&lt;Files post.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;</strong></li>
<li>If <strong>&lt;IfModule mod_security.c&gt;</strong> line already in your .htaccess file then place only <strong>&lt;Files..&gt;&lt;/Files&gt; </strong>block inside if module block.</li>
<li>Save file and upload file to your host root directory.</li>
<li>All done..</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/wordpress-406-not-acceptable-error-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5 Popularity Contest Plugin Fatal Error Fix</title>
		<link>http://www.bala-krishna.com/wordpress-25-popularity-contest-plugin-fatal-error-fix/</link>
		<comments>http://www.bala-krishna.com/wordpress-25-popularity-contest-plugin-fatal-error-fix/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 11:44:06 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Bug Fix]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[PHP Tutorial]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Alex King]]></category>
		<category><![CDATA[popularity contest plugin]]></category>
		<category><![CDATA[upgrade wordpress]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wordpress error]]></category>
		<category><![CDATA[Wordpress Widget]]></category>
		<category><![CDATA[wp fatal error fix]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=325</guid>
		<description><![CDATA[

			
				
			
		
If you are using Alex popularity plug-in then you might face this error while upgrading plug-in automatically in WP 2.5. This error generate due to invalid wp-header file path in plug-in file. Unfortunately, Alex not released new fixed version of the this popular plug-in. However, fix is really very simple and anyone can fix issue [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/wordpress-25-popularity-contest-plugin-fatal-error-fix/&title=Wordpress+2.5+Popularity+Contest+Plugin+Fatal+Error+Fix&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-25-popularity-contest-plugin-fatal-error-fix%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress-25-popularity-contest-plugin-fatal-error-fix%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>If you are using Alex popularity plug-in then you might face this error while upgrading plug-in automatically in WP 2.5. This error generate due to invalid wp-header file path in plug-in file. Unfortunately, Alex not released new fixed version of the this popular plug-in. However, fix is really very simple and anyone can fix issue just by editing one single plug-in file. Please follow steps below to fix this error in your installation:</p>
<ol>
<li>Deactivate <span class="hilite">older version of t</span>he plugin. If you are installing first time skip this step.</li>
<li>Download the lates<span class="hilite">t</span> release from wordpress.org or plugin author website.</li>
<li>Open <em>popularity-contes<span class="hilite">t</span>.php</em> in your favorite editor and scroll down <span class="hilite">t</span>o line 59. Replace<br />
<blockquote>
<pre>require('../../wp-blog-header.php');</pre>
</blockquote>
<p>wi<span class="hilite">t</span>h</p>
<blockquote>
<pre>require('../wp-blog-header.php');</pre>
</blockquote>
</li>
<li>Save file and upload file to your plugins folder.</li>
<li>Reactivate <span class="hilite">t</span>he plugin</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/wordpress-25-popularity-contest-plugin-fatal-error-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.5 Image Upload Error Fix</title>
		<link>http://www.bala-krishna.com/wordpress25-image-upload-error-fix/</link>
		<comments>http://www.bala-krishna.com/wordpress25-image-upload-error-fix/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 05:47:34 +0000</pubDate>
		<dc:creator>Bala Krishna</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Browser Stuff]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[ajax image upload]]></category>
		<category><![CDATA[apache mod_security filter]]></category>
		<category><![CDATA[swfupload error]]></category>
		<category><![CDATA[upgrade worpress]]></category>
		<category><![CDATA[wordpress 2.5]]></category>
		<category><![CDATA[wordpress error]]></category>

		<guid isPermaLink="false">http://www.bala-krishna.com/?p=315</guid>
		<description><![CDATA[

			
				
			
		
This is the most recent error i have found after upgrade to wordpress 2.5.  Wordpress 2.5 uses extremely new way to handle images but most of user found problem in image upload due to apache mod_security module. The file responsible for image upload is async-upload.php in wp-admin folder.  you may encounter following error [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin-left: 10px;"><a href="http://www.google.com/reader/link?url=http://www.bala-krishna.com/wordpress25-image-upload-error-fix/&title=Wordpress+2.5+Image+Upload+Error+Fix&srcURL=http://www.bala-krishna.com" target="_blank" rel="nofollow"><img src="http://www.bala-krishna.com/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a></div>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress25-image-upload-error-fix%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.bala-krishna.com%2Fwordpress25-image-upload-error-fix%2F&amp;source=balakrishna&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>This is the most recent error i have found after upgrade to wordpress 2.5.  Wordpress 2.5 uses extremely new way to handle images but most of user found problem in image upload due to <strong>apache mod_security module</strong>. The file responsible for image upload is <strong>async-upload.php </strong>in wp-admin folder.  you may encounter following error message while uploading images to wordpress;</p>
<ul>
<li>HTTP error</li>
<li>An error occurred in the upload. Please try again later.</li>
</ul>
<p><a href="http://www.bala-krishna.com/wp-content/uploads/2008/04/wordpress-error-image-upload.jpg"><img class="alignnone size-full wp-image-316" title="wordpress-error-image-upload" src="http://www.bala-krishna.com/wp-content/uploads/2008/04/wordpress-error-image-upload.jpg" alt="Wordpress Image Upload Error Fix" width="500" height="221" /></a></p>
<p>This is the default message for image upload error. It should be more description and problem oriented so that user can determine problem easily. However most of the wordpress user face this error due apache mod_security filter enable for the website. To fix the problem you need to turn off apache mod_security filter for the <strong>async-upload.php </strong>file. The fix is very simple, you just need to update .htaccess for this.</p>
<p><strong>Soution:</strong></p>
<ol>
<li>1) Use any free ftp program or you control panel file manager to download special file called <strong>.htaccess</strong></li>
<li>Edit file in your favourite text editor.</li>
<li>You will find following content in file if you havn&#8217;t applied any custom <strong>htaccess</strong> rules.<br />
<blockquote><p>Options All -Indexes<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p></blockquote>
</li>
<li>Add following line at the end of the file. Don&#8217;t worry if you have not above content in file or you didn&#8217;t find file at your host root. Create new file <strong>.htaccess</strong> with the below content.<br />
<blockquote><p>&lt;IfModule mod_security.c&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;</p></blockquote>
</li>
<li>Now, your file content will look like this..<br />
<blockquote><p>Options All -Indexes<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;<br />
&lt;IfModule mod_security.c&gt;<br />
&lt;Files async-upload.php&gt;<br />
SecFilterEngine Off<br />
SecFilterScanPOST Off<br />
&lt;/Files&gt;<br />
&lt;/IfModule&gt;</p></blockquote>
</li>
<li>Just save file and re-upload at the root of your website folder.</li>
<li>All done.. Now error must be gone..</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.bala-krishna.com/wordpress25-image-upload-error-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
