<?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>DanJay.co.uk &#187; Expression</title>
	<atom:link href="http://www.danjay.co.uk/wordpress/tag/expression/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danjay.co.uk/wordpress</link>
	<description>Tips and Tricks from an IT guy...</description>
	<lastBuildDate>Sun, 13 Jun 2010 19:37:17 +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>Microsoft Expression Web: Editing PHP Files</title>
		<link>http://www.danjay.co.uk/wordpress/2009/12/microsoft-expression-web-editing-php-files/</link>
		<comments>http://www.danjay.co.uk/wordpress/2009/12/microsoft-expression-web-editing-php-files/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 14:09:21 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Expression]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.danjay.co.uk/wordpress/?p=203</guid>
		<description><![CDATA[I thought I would give Microsoft Expression Web a go recently and was using it to edit some PHP files. Big mistake! I suddenly started getting PHP error messages that the headers had already been sent out, such as:
Cannot send session cache limiter &#8211; headers already sent
and
Cannot modify header information &#8211; headers already sent by
Very [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I would give Microsoft Expression Web a go recently and was using it to edit some PHP files. Big mistake! I suddenly started getting PHP error messages that the headers had already been sent out, such as:</p>
<blockquote><p>Cannot send session cache limiter &#8211; headers already sent</p></blockquote>
<p>and</p>
<blockquote><p>Cannot modify header information &#8211; headers already sent by</p></blockquote>
<p>Very annoying! I couldn&#8217;t spot anything wrong with the files in Notepad or Dreamweaver. I was very confused. So I decided to open the files in my web hosts online text editor. Lo and behold, Expression Web had put some odd characters before the opening PHP tags on a couple of files! I removed the characters in the text editor and now everything is working fine again.</p>
<p>Moral of the story? Microsoft is rubbish!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danjay.co.uk/wordpress/2009/12/microsoft-expression-web-editing-php-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
