<?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>Big Bad Code &#187; WordPress</title>
	<atom:link href="http://bigbadcode.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://bigbadcode.com</link>
	<description>Don't blame me, I voted for Kodos</description>
	<lastBuildDate>Wed, 19 Aug 2009 21:49:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Photo Plug-in for WordPress</title>
		<link>http://bigbadcode.com/2005/05/18/photo-plug-in-for-wordpress/</link>
		<comments>http://bigbadcode.com/2005/05/18/photo-plug-in-for-wordpress/#comments</comments>
		<pubDate>Wed, 18 May 2005 14:15:54 +0000</pubDate>
		<dc:creator>jbloom</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jbloomdesign.com/blog/2005/05/18/photo-plug-in-for-wordpress/</guid>
		<description><![CDATA[This Plug-in allows your posting WordPress users to upload images and easily place them in their post. 
It has an easy to use upload button and even builds you photo album(s) of all your uploads. You can assign photos to specific albums in the nice    Manage&#124;Options&#124;Photopress Album   interface. 
One problem [...]]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://dev.wp-plugins.org/wiki/PhotoPress">Plug-in</a> allows your posting WordPress users to upload images and easily place them in their post. </p>
<p>It has an easy to use upload button and even builds you photo album(s) of all your uploads. You can assign photos to specific albums in the nice    Manage|Options|Photopress Album   interface. </p>
<p>One problem I had with this plug-in was that when I first enabled it I got these errors in the administration panel. </p>
<p><code>Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site14/fst/var/www/ html/blog/wp-content/plugins/photopress.php:2) in /home/virtual/site14/fst/var/www/html/blog/wp-admin/admin.php on line 6</code></p>
<p>This was solved easily enough by adding an .htaccess file on my web server. You&#8217;ll need to add this line to it. </p>
<p><code>PHP_FLAG output_buffering on</code></p>
<p>Hope it helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://bigbadcode.com/2005/05/18/photo-plug-in-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
