<?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"
	>
<channel>
	<title>Comments on: Wordpress Version Check v0.80</title>
	<atom:link href="http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/</link>
	<description>Random commentary...</description>
	<pubDate>Thu, 24 Jul 2008 17:26:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: westi</title>
		<link>http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/#comment-4273</link>
		<dc:creator>westi</dc:creator>
		<pubDate>Thu, 14 Jul 2005 12:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?p=89#comment-4273</guid>
		<description>Thanks for the CSS Mark.

Looks very good - much better than dan showed &lt;a href="http://blog.ftwr.co.uk/wordpress/wp-version-check/#comment-4264" rel="nofollow"&gt;mine looks&lt;/a&gt;!

I think I'll use you CSS in the next version :-)</description>
		<content:encoded><![CDATA[<p>Thanks for the CSS Mark.</p>
<p>Looks very good - much better than dan showed <a href="http://blog.ftwr.co.uk/wordpress/wp-version-check/#comment-4264" rel="nofollow">mine looks</a>!</p>
<p>I think I&#8217;ll use you CSS in the next version <img src='http://blog.ftwr.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/#comment-4271</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Wed, 13 Jul 2005 23:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?p=89#comment-4271</guid>
		<description>Gah... small mistake.  &lt;code&gt;position: absolute;&lt;/code&gt; should be &lt;code&gt;position: fixed;&lt;/code&gt;

Here:

&lt;blockquote&gt;
&#60;style type='text/css'&#62;
#pjw_update {
position: fixed;
bottom: 3px;
z-index: 101;
margin: 0;
padding: 0;
left: 15px;
font-size: x-small;
}

.warning { color: orange; }
.critical { color: red; text-decoration:blink; }
.info { color: #aaa; }
&#60;/style&#62;

&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Gah&#8230; small mistake.  <code>position: absolute;</code> should be <code>position: fixed;</code></p>
<p>Here:</p>
<blockquote><p>
&lt;style type=&#8217;text/css&#8217;&gt;<br />
#pjw_update {<br />
position: fixed;<br />
bottom: 3px;<br />
z-index: 101;<br />
margin: 0;<br />
padding: 0;<br />
left: 15px;<br />
font-size: x-small;<br />
}</p>
<p>.warning { color: orange; }<br />
.critical { color: red; text-decoration:blink; }<br />
.info { color: #aaa; }<br />
&lt;/style&gt;</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/#comment-4270</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Wed, 13 Jul 2005 23:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?p=89#comment-4270</guid>
		<description>Looks like it pasted correctly except for one thing at the top.  &lt;code&gt;style='text/css'&lt;/code&gt; should have regular straight single quotes, not curly ones.</description>
		<content:encoded><![CDATA[<p>Looks like it pasted correctly except for one thing at the top.  <code>style='text/css'</code> should have regular straight single quotes, not curly ones.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://blog.ftwr.co.uk/archives/2005/07/09/wordpress-version-check-080/#comment-4269</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Wed, 13 Jul 2005 23:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ftwr.co.uk/?p=89#comment-4269</guid>
		<description>Funny, I just made some changes of my own to the plugin so it would work better with Tiger admin, and then I saw you updated it!  I took a different approach, making the text smaller, and putting it below the WordPress logo in the lower left hand version.

Here is that alternate CSS for anyone who wants to use it.  (Crossing my fingers that it won't get mangled in the comment)

&lt;blockquote&gt;
&#60;style type='text/css'&#62;
#pjw_update {
position: absolute;
bottom: 3px;
z-index: 101;
margin: 0;
padding: 0;
left: 15px;
font-size: x-small;
}

.warning { color: orange; }
.critical { color: red; text-decoration:blink; }
.info { color: #aaa; }
&#60;/style&#62;
&lt;/blockquote&gt;

Thanks for the plugin... I'm planning on installing it on all my WordPress clients' blogs, possibly even modifying the script to send me an e-mail reminding me to upgrade their install.</description>
		<content:encoded><![CDATA[<p>Funny, I just made some changes of my own to the plugin so it would work better with Tiger admin, and then I saw you updated it!  I took a different approach, making the text smaller, and putting it below the WordPress logo in the lower left hand version.</p>
<p>Here is that alternate CSS for anyone who wants to use it.  (Crossing my fingers that it won&#8217;t get mangled in the comment)</p>
<blockquote><p>
&lt;style type=&#8217;text/css&#8217;&gt;<br />
#pjw_update {<br />
position: absolute;<br />
bottom: 3px;<br />
z-index: 101;<br />
margin: 0;<br />
padding: 0;<br />
left: 15px;<br />
font-size: x-small;<br />
}</p>
<p>.warning { color: orange; }<br />
.critical { color: red; text-decoration:blink; }<br />
.info { color: #aaa; }<br />
&lt;/style&gt;
</p></blockquote>
<p>Thanks for the plugin&#8230; I&#8217;m planning on installing it on all my WordPress clients&#8217; blogs, possibly even modifying the script to send me an e-mail reminding me to upgrade their install.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
