<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Philip Walton</title>
	<atom:link href="http://www.philipwalton.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philipwalton.com</link>
	<description>Web Design &#38; Development</description>
	<lastBuildDate>Sun, 19 Feb 2012 08:25:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PW_Archives by Harald</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-4421</link>
		<dc:creator>Harald</dc:creator>
		<pubDate>Sun, 19 Feb 2012 08:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-4421</guid>
		<description>I&#039;ve got the same problem - the posting ttitle in the archives page is displayed in both languages without blank in beweteen. I am using the plugin xLanguage. 
Link to my arvhives: http://homepage.univie.ac.at/harald.hoeller/php/lang/de/hlog/blog-archive/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got the same problem &#8211; the posting ttitle in the archives page is displayed in both languages without blank in beweteen. I am using the plugin xLanguage.<br />
Link to my arvhives: <a href="http://homepage.univie.ac.at/harald.hoeller/php/lang/de/hlog/blog-archive/" rel="nofollow">http://homepage.univie.ac.at/harald.hoeller/php/lang/de/hlog/blog-archive/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Per Post Scripts &amp; Styles by stu</title>
		<link>http://www.philipwalton.com/2011/09/25/per-post-scripts-and-styles/#comment-4328</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Mon, 13 Feb 2012 19:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=203#comment-4328</guid>
		<description>Managed to get it working in the end.  To start with the code wasn&#039;t appearing in the source but I fiddled with the code a bit more and finally got it to show up.  Not quite sure what I changed to make it work but everything is working as intended now.

Thanks for getting back to me though</description>
		<content:encoded><![CDATA[<p>Managed to get it working in the end.  To start with the code wasn&#8217;t appearing in the source but I fiddled with the code a bit more and finally got it to show up.  Not quite sure what I changed to make it work but everything is working as intended now.</p>
<p>Thanks for getting back to me though</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Per Post Scripts &amp; Styles by Philip Walton</title>
		<link>http://www.philipwalton.com/2011/09/25/per-post-scripts-and-styles/#comment-4316</link>
		<dc:creator>Philip Walton</dc:creator>
		<pubDate>Mon, 13 Feb 2012 06:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=203#comment-4316</guid>
		<description>What’s not working? Is the Javascript appearing correctly in the source? If it is, then the problem is not with my plugin. Can you give me more details?</description>
		<content:encoded><![CDATA[<p>What’s not working? Is the Javascript appearing correctly in the source? If it is, then the problem is not with my plugin. Can you give me more details?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Per Post Scripts &amp; Styles by stu</title>
		<link>http://www.philipwalton.com/2011/09/25/per-post-scripts-and-styles/#comment-4257</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 09 Feb 2012 23:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=203#comment-4257</guid>
		<description>Lost some lines in the above but here&#039;s a link to the instructions I was following - shows the full code required:

http://www.hyperarts.com/blog/facebook-iframe-apps-getting-rid-of-scrollbars/</description>
		<content:encoded><![CDATA[<p>Lost some lines in the above but here&#8217;s a link to the instructions I was following &#8211; shows the full code required:</p>
<p><a href="http://www.hyperarts.com/blog/facebook-iframe-apps-getting-rid-of-scrollbars/" rel="nofollow">http://www.hyperarts.com/blog/facebook-iframe-apps-getting-rid-of-scrollbars/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Per Post Scripts &amp; Styles by stu</title>
		<link>http://www.philipwalton.com/2011/09/25/per-post-scripts-and-styles/#comment-4256</link>
		<dc:creator>stu</dc:creator>
		<pubDate>Thu, 09 Feb 2012 23:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=203#comment-4256</guid>
		<description>Hi Philip.

I&#039;m trying to use this plugin to include some Facebook javascrip as i&#039;m using a wordpress page in a facebook iframe and want to get rid of the scrollbars.

Here&#039;s the code, just can&#039;t get it to work:




FB.init({
appId : &#039;YOUR-APP-ID-HERE&#039;,
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});


window.fbAsyncInit = function() {
FB.Canvas.setAutoGrow();
}


Any suggestions?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Philip.</p>
<p>I&#8217;m trying to use this plugin to include some Facebook javascrip as i&#8217;m using a wordpress page in a facebook iframe and want to get rid of the scrollbars.</p>
<p>Here&#8217;s the code, just can&#8217;t get it to work:</p>
<p>FB.init({<br />
appId : &#8216;YOUR-APP-ID-HERE&#8217;,<br />
status : true, // check login status<br />
cookie : true, // enable cookies to allow the server to access the session<br />
xfbml : true // parse XFBML<br />
});</p>
<p>window.fbAsyncInit = function() {<br />
FB.Canvas.setAutoGrow();<br />
}</p>
<p>Any suggestions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Dayrecall</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-4196</link>
		<dc:creator>Dayrecall</dc:creator>
		<pubDate>Mon, 06 Feb 2012 18:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-4196</guid>
		<description>Hola Philip, tengo la version 3.1.3 de wordpress, estoy probando tu puglin me funciona, excepto por el js. Lo tengo habilitado en mi WP para que salga. Slditos !!</description>
		<content:encoded><![CDATA[<p>Hola Philip, tengo la version 3.1.3 de wordpress, estoy probando tu puglin me funciona, excepto por el js. Lo tengo habilitado en mi WP para que salga. Slditos !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Craig Dauphinee</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3738</link>
		<dc:creator>Craig Dauphinee</dc:creator>
		<pubDate>Thu, 19 Jan 2012 00:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3738</guid>
		<description>Thanks for the above and beyond support today.  It was unexpected and much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for the above and beyond support today.  It was unexpected and much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Philip Walton</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3730</link>
		<dc:creator>Philip Walton</dc:creator>
		<pubDate>Wed, 18 Jan 2012 17:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3730</guid>
		<description>I&#039;ve emailed you offline to see if I can help you resolve this.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve emailed you offline to see if I can help you resolve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Craig Dauphinee</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3710</link>
		<dc:creator>Craig Dauphinee</dc:creator>
		<pubDate>Wed, 18 Jan 2012 02:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3710</guid>
		<description>I&#039;ve posted the code into the html of the actual page.  Should I be posting it somewhere else?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted the code into the html of the actual page.  Should I be posting it somewhere else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Philip Walton</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3688</link>
		<dc:creator>Philip Walton</dc:creator>
		<pubDate>Tue, 17 Jan 2012 06:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3688</guid>
		<description>That site loads fine for me in IE, but it looks like you&#039;ve disabled the CSS. Can you create a page for me to look at where it breaks?</description>
		<content:encoded><![CDATA[<p>That site loads fine for me in IE, but it looks like you&#8217;ve disabled the CSS. Can you create a page for me to look at where it breaks?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Philip Walton</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3687</link>
		<dc:creator>Philip Walton</dc:creator>
		<pubDate>Tue, 17 Jan 2012 06:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3687</guid>
		<description>Did you try pasting &lt;code&gt;[PW_Archives name=&quot;INSTANCE_NAME&quot;]&lt;/code&gt; into the post&#039;s visual editor?</description>
		<content:encoded><![CDATA[<p>Did you try pasting <code>[PW_Archives name="INSTANCE_NAME"]</code> into the post&#8217;s visual editor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PW_Archives by Craig Dauphinee</title>
		<link>http://www.philipwalton.com/2011/02/08/pw_archives/#comment-3637</link>
		<dc:creator>Craig Dauphinee</dc:creator>
		<pubDate>Sat, 14 Jan 2012 21:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://philipwalton.com/?p=5#comment-3637</guid>
		<description>Managed to create two instances (full and sidebar) as you suggest, and have got the sidebar widget to work, but can&#039;t seem to get the new Archive page to work.  Do I just cut and paste the code into the html of the new Archive page?  Is there something else I should be doing?</description>
		<content:encoded><![CDATA[<p>Managed to create two instances (full and sidebar) as you suggest, and have got the sidebar widget to work, but can&#8217;t seem to get the new Archive page to work.  Do I just cut and paste the code into the html of the new Archive page?  Is there something else I should be doing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

